Html Css Color HEX #35006A Persian Indigo

📋 copy color: '#35006A'

red 53 ◦ green 0 ◦ blue 106

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

Shades of Persian Indigo #35006A

Tints of Persian Indigo #35006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.5

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35006A (or 0x35006A) is known color: Persian Indigo. HEX triplet: 35, 00 and 6A. RGB value is (53,0,106). Sum of RGB (Red+Green+Blue) = 53+0+106=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #35006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35006A is #CAFF95. Grayscale: #1B1B1B. Windows color (decimal): -13303702 or 6946869. OLE color: 6946869.

HSL color Cylindrical-coordinate representation of color #35006A: hue angle of 270º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35006A is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 0 106 -
CMYK 0.5 1 0 0.58
HSL 270º 1% 0.21% -
HSV(B) 270º 1% 0.42% -
XYZ 4.07 1.8 13.77 -
YUV 27.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 53 0 106 0.5 1 0 0.58 270 1 0.21
Hex 35 0 6A 32 64 0 3A 10E 64 15
Octal 65 0 152 62 144 0 72 416 144 25
Binary 110101 0 1101010 110010 1100100 0 111010 100001110 1100100 10101

Color Harmonies of #35006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35006A

Black with #35006A

Text Example


Text Example

White with #35006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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