Html Css Color HEX #37007B Persian Indigo

📋 copy color: '#37007B'

red 55 ◦ green 0 ◦ blue 123

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

Shades of Persian Indigo #37007B

Tints of Persian Indigo #37007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 69.1%

R = 30.9%
G = 0%
B = 69.1%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37007B (or 0x37007B) is known color: Persian Indigo. HEX triplet: 37, 00 and 7B. RGB value is (55,0,123). Sum of RGB (Red+Green+Blue) = 55+0+123=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #37007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37007B is #C8FF84. Grayscale: #1E1E1E. Windows color (decimal): -13172613 or 8060983. OLE color: 8060983.

HSL color Cylindrical-coordinate representation of color #37007B: hue angle of 266.83º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37007B is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 0 123 -
CMYK 0.55 1 0 0.52
HSL 266.83º 1% 0.24% -
HSV(B) 266.83º 1% 0.48% -
XYZ 5.15 2.24 18.9 -
YUV 30.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 55 0 123 0.55 1 0 0.52 266.83 1 0.24
Hex 37 0 7B 37 64 0 34 10B 64 18
Octal 67 0 173 67 144 0 64 413 144 30
Binary 110111 0 1111011 110111 1100100 0 110100 100001011 1100100 11000

Color Harmonies of #37007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37007B

Black with #37007B

Text Example


Text Example

White with #37007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,0,123); }

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

background-color css

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

 a { background-color: rgb(55,0,123); }

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

border-color css

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

 span { border-color: rgb(55,0,123); }

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