Html Css Color HEX #351888 Persian Indigo

📋 copy color: '#351888'

red 53 ◦ green 24 ◦ blue 136

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

Shades of Persian Indigo #351888

Tints of Persian Indigo #351888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 24.88%
G = 11.27%
B = 63.85%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#351888 (or 0x351888) is known color: Persian Indigo. HEX triplet: 35, 18 and 88. RGB value is (53,24,136). Sum of RGB (Red+Green+Blue) = 53+24+136=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #351888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351888 is #CAE777. Grayscale: #2D2D2D. Windows color (decimal): -13297528 or 8919093. OLE color: 8919093.

HSL color Cylindrical-coordinate representation of color #351888: hue angle of 255.54º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351888 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 24 136 -
CMYK 0.61 0.82 0 0.47
HSL 255.54º 0.7% 0.31% -
HSV(B) 255.54º 0.82% 0.53% -
XYZ 6.24 3.19 23.58 -
YUV 45.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 53 24 136 0.61 0.82 0 0.47 255.54 0.7 0.31
Hex 35 18 88 3D 52 0 2F 100 46 1F
Octal 65 30 210 75 122 0 57 400 106 37
Binary 110101 11000 10001000 111101 1010010 0 101111 100000000 1000110 11111

Color Harmonies of #351888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351888

Black with #351888

Text Example


Text Example

White with #351888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351888; }

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

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

background-color css

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

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

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

border-color css

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

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

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