Html Css Color HEX #37238F Persian Indigo

📋 copy color: '#37238F'

red 55 ◦ green 35 ◦ blue 143

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

Shades of Persian Indigo #37238F

Tints of Persian Indigo #37238F

RGB

 RED value IS 55 (21.88% from 255) = 23.61%

 GREEN value IS 35 (14.06% from 255) = 15.02%

 BLUE value IS 143 (56.25% from 255) = 61.37%

R = 23.61%
G = 15.02%
B = 61.37%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37238F (or 0x37238F) is known color: Persian Indigo. HEX triplet: 37, 23 and 8F. RGB value is (55,35,143). Sum of RGB (Red+Green+Blue) = 55+35+143=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #37238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37238F is #C8DC70. Grayscale: #343434. Windows color (decimal): -13163633 or 9380663. OLE color: 9380663.

HSL color Cylindrical-coordinate representation of color #37238F: hue angle of 251.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37238F is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 35 143 -
CMYK 0.62 0.76 0 0.44
HSL 251.11º 0.61% 0.35% -
HSV(B) 251.11º 0.76% 0.56% -
XYZ 7.13 4 26.38 -
YUV 53.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 55 35 143 0.62 0.76 0 0.44 251.11 0.61 0.35
Hex 37 23 8F 3E 4C 0 2C FB 3D 23
Octal 67 43 217 76 114 0 54 373 75 43
Binary 110111 100011 10001111 111110 1001100 0 101100 11111011 111101 100011

Color Harmonies of #37238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37238F

Black with #37238F

Text Example


Text Example

White with #37238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,35,143); }

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

background-color css

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

 a { background-color: rgb(55,35,143); }

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

border-color css

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

 span { border-color: rgb(55,35,143); }

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