Html Css Color HEX #35136F Persian Indigo

📋 copy color: '#35136F'

red 53 ◦ green 19 ◦ blue 111

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

Shades of Persian Indigo #35136F

Tints of Persian Indigo #35136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 28.96%
G = 10.38%
B = 60.66%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#35136F (or 0x35136F) is known color: Persian Indigo. HEX triplet: 35, 13 and 6F. RGB value is (53,19,111). Sum of RGB (Red+Green+Blue) = 53+19+111=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #35136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35136F is #CAEC90. Grayscale: #272727. Windows color (decimal): -13298833 or 7279413. OLE color: 7279413.

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

Color convert

RGB 53 19 111 -
CMYK 0.52 0.83 0 0.56
HSL 262.17º 0.71% 0.25% -
HSV(B) 262.17º 0.83% 0.44% -
XYZ 4.57 2.37 15.26 -
YUV 39.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 53 19 111 0.52 0.83 0 0.56 262.17 0.71 0.25
Hex 35 13 6F 34 53 0 38 106 47 19
Octal 65 23 157 64 123 0 70 406 107 31
Binary 110101 10011 1101111 110100 1010011 0 111000 100000110 1000111 11001

Color Harmonies of #35136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35136F

Black with #35136F

Text Example


Text Example

White with #35136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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