Html Css Color HEX #370183 Persian Indigo

📋 copy color: '#370183'

red 55 ◦ green 1 ◦ blue 131

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

Shades of Persian Indigo #370183

Tints of Persian Indigo #370183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 131 (51.56% from 255) = 70.05%

R = 29.41%
G = 0.53%
B = 70.05%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#370183 (or 0x370183) is known color: Persian Indigo. HEX triplet: 37, 01 and 83. RGB value is (55,1,131). Sum of RGB (Red+Green+Blue) = 55+1+131=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #370183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370183 is #C8FE7C. Grayscale: #1F1F1F. Windows color (decimal): -13172349 or 8585527. OLE color: 8585527.

HSL color Cylindrical-coordinate representation of color #370183: hue angle of 264.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370183 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 1 131 -
CMYK 0.58 0.99 0 0.49
HSL 264.92º 0.98% 0.26% -
HSV(B) 264.92º 0.99% 0.51% -
XYZ 5.68 2.47 21.65 -
YUV 31.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 55 1 131 0.58 0.99 0 0.49 264.92 0.98 0.26
Hex 37 1 83 3A 63 0 31 109 62 1A
Octal 67 1 203 72 143 0 61 411 142 32
Binary 110111 1 10000011 111010 1100011 0 110001 100001001 1100010 11010

Color Harmonies of #370183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370183

Black with #370183

Text Example


Text Example

White with #370183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370183; }

 p { color: rgb(55,1,131); }

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

background-color css

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

 a { background-color: rgb(55,1,131); }

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

border-color css

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

 span { border-color: rgb(55,1,131); }

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