Html Css Color HEX #35007E Persian Indigo

📋 copy color: '#35007E'

red 53 ◦ green 0 ◦ blue 126

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

Shades of Persian Indigo #35007E

Tints of Persian Indigo #35007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.61%
G = 0%
B = 70.39%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35007E (or 0x35007E) is known color: Persian Indigo. HEX triplet: 35, 00 and 7E. RGB value is (53,0,126). Sum of RGB (Red+Green+Blue) = 53+0+126=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #35007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35007E is #CAFF81. Grayscale: #1D1D1D. Windows color (decimal): -13303682 or 8257589. OLE color: 8257589.

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

Color convert

RGB 53 0 126 -
CMYK 0.58 1 0 0.51
HSL 265.24º 1% 0.25% -
HSV(B) 265.24º 1% 0.49% -
XYZ 5.23 2.26 19.9 -
YUV 30.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 53 0 126 0.58 1 0 0.51 265.24 1 0.25
Hex 35 0 7E 3A 64 0 33 109 64 19
Octal 65 0 176 72 144 0 63 411 144 31
Binary 110101 0 1111110 111010 1100100 0 110011 100001001 1100100 11001

Color Harmonies of #35007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35007E

Black with #35007E

Text Example


Text Example

White with #35007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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