Html Css Color HEX #35067E Persian Indigo

📋 copy color: '#35067E'

red 53 ◦ green 6 ◦ blue 126

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

Shades of Persian Indigo #35067E

Tints of Persian Indigo #35067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.24%

 BLUE value IS 126 (49.61% from 255) = 68.11%

R = 28.65%
G = 3.24%
B = 68.11%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35067E (or 0x35067E) is known color: Persian Indigo. HEX triplet: 35, 06 and 7E. RGB value is (53,6,126). Sum of RGB (Red+Green+Blue) = 53+6+126=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #35067E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35067E is #CAF981. Grayscale: #212121. Windows color (decimal): -13302146 or 8259125. OLE color: 8259125.

HSL color Cylindrical-coordinate representation of color #35067E: hue angle of 263.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35067E is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 6 126 -
CMYK 0.58 0.95 0 0.51
HSL 263.5º 0.91% 0.26% -
HSV(B) 263.5º 0.95% 0.49% -
XYZ 5.3 2.39 19.92 -
YUV 33.73 180.07 141.74 -
System Red Green Blue C M Y K H S L
Decimal 53 6 126 0.58 0.95 0 0.51 263.5 0.91 0.26
Hex 35 6 7E 3A 5F 0 33 108 5B 1A
Octal 65 6 176 72 137 0 63 410 133 32
Binary 110101 110 1111110 111010 1011111 0 110011 100001000 1011011 11010

Color Harmonies of #35067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35067E

Black with #35067E

Text Example


Text Example

White with #35067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35067E; }

 p { color: rgb(53,6,126); }

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

background-color css

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

 a { background-color: rgb(53,6,126); }

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

border-color css

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

 span { border-color: rgb(53,6,126); }

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