Html Css Color HEX #35009E Persian Indigo

📋 copy color: '#35009E'

red 53 ◦ green 0 ◦ blue 158

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

Shades of Persian Indigo #35009E

Tints of Persian Indigo #35009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 74.88%

R = 25.12%
G = 0%
B = 74.88%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35009E (or 0x35009E) is known color: Persian Indigo. HEX triplet: 35, 00 and 9E. RGB value is (53,0,158). Sum of RGB (Red+Green+Blue) = 53+0+158=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #35009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35009E is #CAFF61. Grayscale: #212121. Windows color (decimal): -13303650 or 10354741. OLE color: 10354741.

HSL color Cylindrical-coordinate representation of color #35009E: hue angle of 260.13º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35009E is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 0 158 -
CMYK 0.66 1 0 0.38
HSL 260.13º 1% 0.31% -
HSV(B) 260.13º 1% 0.62% -
XYZ 7.64 3.23 32.57 -
YUV 33.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 53 0 158 0.66 1 0 0.38 260.13 1 0.31
Hex 35 0 9E 42 64 0 26 104 64 1F
Octal 65 0 236 102 144 0 46 404 144 37
Binary 110101 0 10011110 1000010 1100100 0 100110 100000100 1100100 11111

Color Harmonies of #35009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35009E

Black with #35009E

Text Example


Text Example

White with #35009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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