Html Css Color HEX #350264 Persian Indigo

📋 copy color: '#350264'

red 53 ◦ green 2 ◦ blue 100

#350264
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #350264

Tints of Persian Indigo #350264

RGB

 RED value IS 53 (21.09% from 255) = 34.19%

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 100 (39.45% from 255) = 64.52%

R = 34.19%
G = 1.29%
B = 64.52%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#350264 (or 0x350264) is known color: Persian Indigo. HEX triplet: 35, 02 and 64. RGB value is (53,2,100). Sum of RGB (Red+Green+Blue) = 53+2+100=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #350264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350264 is #CAFD9B. Grayscale: #1C1C1C. Windows color (decimal): -13303196 or 6554165. OLE color: 6554165.

HSL color Cylindrical-coordinate representation of color #350264: hue angle of 271.22º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350264 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 2 100 -
CMYK 0.47 0.98 0 0.61
HSL 271.22º 0.96% 0.2% -
HSV(B) 271.22º 0.98% 0.39% -
XYZ 3.79 1.72 12.19 -
YUV 28.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 53 2 100 0.47 0.98 0 0.61 271.22 0.96 0.2
Hex 35 2 64 2F 62 0 3D 10F 60 14
Octal 65 2 144 57 142 0 75 417 140 24
Binary 110101 10 1100100 101111 1100010 0 111101 100001111 1100000 10100

Color Harmonies of #350264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350264

Black with #350264

Text Example


Text Example

White with #350264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350264; }

 p { color: rgb(53,2,100); }

 H1.HeaderClassName
 {
   color: #350264;
 }
 .AnyTagClassName
 {
   color: #350264;
 }
</style>

background-color css

<style>
 a { background-color: #350264; }

 a { background-color: rgb(53,2,100); }

 div.DivClassName
 {
   background-color: #350264;
 }
 .BgClassName
 {
   background-color: #350264;
 }
</style>

border-color css

<style>
 span { border-color: #350264; }

 span { border-color: rgb(53,2,100); }

 td.TdClassName
 {
   border-color: #350264;
 }
 .TagClassName
 {
   border-color: #350264;
 }
</style>