Html Css Color HEX #35188B Persian Indigo

📋 copy color: '#35188B'

red 53 ◦ green 24 ◦ blue 139

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

Shades of Persian Indigo #35188B

Tints of Persian Indigo #35188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.35%

R = 24.54%
G = 11.11%
B = 64.35%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35188B (or 0x35188B) is known color: Persian Indigo. HEX triplet: 35, 18 and 8B. RGB value is (53,24,139). Sum of RGB (Red+Green+Blue) = 53+24+139=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #35188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35188B is #CAE774. Grayscale: #2D2D2D. Windows color (decimal): -13297525 or 9115701. OLE color: 9115701.

HSL color Cylindrical-coordinate representation of color #35188B: hue angle of 255.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35188B is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 24 139 -
CMYK 0.62 0.83 0 0.45
HSL 255.13º 0.71% 0.32% -
HSV(B) 255.13º 0.83% 0.55% -
XYZ 6.46 3.27 24.72 -
YUV 45.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 53 24 139 0.62 0.83 0 0.45 255.13 0.71 0.32
Hex 35 18 8B 3E 53 0 2D FF 47 20
Octal 65 30 213 76 123 0 55 377 107 40
Binary 110101 11000 10001011 111110 1010011 0 101101 11111111 1000111 100000

Color Harmonies of #35188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35188B

Black with #35188B

Text Example


Text Example

White with #35188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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