Html Css Color HEX #35187F Persian Indigo

📋 copy color: '#35187F'

red 53 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #35187F

Tints of Persian Indigo #35187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.76%

 BLUE value IS 127 (50% from 255) = 62.25%

R = 25.98%
G = 11.76%
B = 62.25%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35187F (or 0x35187F) is known color: Persian Indigo. HEX triplet: 35, 18 and 7F. RGB value is (53,24,127). Sum of RGB (Red+Green+Blue) = 53+24+127=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #35187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35187F is #CAE780. Grayscale: #2C2C2C. Windows color (decimal): -13297537 or 8329269. OLE color: 8329269.

HSL color Cylindrical-coordinate representation of color #35187F: hue angle of 256.89º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35187F is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 24 127 -
CMYK 0.58 0.81 0 0.50
HSL 256.89º 0.68% 0.3% -
HSV(B) 256.89º 0.81% 0.5% -
XYZ 5.63 2.94 20.35 -
YUV 44.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 53 24 127 0.58 0.81 0 0.50 256.89 0.68 0.3
Hex 35 18 7F 3A 51 0 32 101 44 1E
Octal 65 30 177 72 121 0 62 401 104 36
Binary 110101 11000 1111111 111010 1010001 0 110010 100000001 1000100 11110

Color Harmonies of #35187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35187F

Black with #35187F

Text Example


Text Example

White with #35187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,24,127); }

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

background-color css

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

 a { background-color: rgb(53,24,127); }

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

border-color css

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

 span { border-color: rgb(53,24,127); }

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