Html Css Color HEX #35006F Persian Indigo

📋 copy color: '#35006F'

red 53 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #35006F

Tints of Persian Indigo #35006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 32.32%
G = 0%
B = 67.68%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#35006F (or 0x35006F) is known color: Persian Indigo. HEX triplet: 35, 00 and 6F. RGB value is (53,0,111). Sum of RGB (Red+Green+Blue) = 53+0+111=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #35006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35006F is #CAFF90. Grayscale: #1C1C1C. Windows color (decimal): -13303697 or 7274549. OLE color: 7274549.

HSL color Cylindrical-coordinate representation of color #35006F: hue angle of 268.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35006F is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 0 111 -
CMYK 0.52 1 0 0.56
HSL 268.65º 1% 0.22% -
HSV(B) 268.65º 1% 0.44% -
XYZ 4.34 1.9 15.18 -
YUV 28.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 53 0 111 0.52 1 0 0.56 268.65 1 0.22
Hex 35 0 6F 34 64 0 38 10D 64 16
Octal 65 0 157 64 144 0 70 415 144 26
Binary 110101 0 1101111 110100 1100100 0 111000 100001101 1100100 10110

Color Harmonies of #35006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35006F

Black with #35006F

Text Example


Text Example

White with #35006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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