Html Css Color HEX #37098A Persian Indigo

📋 copy color: '#37098A'

red 55 ◦ green 9 ◦ blue 138

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

Shades of Persian Indigo #37098A

Tints of Persian Indigo #37098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.46%

 BLUE value IS 138 (54.3% from 255) = 68.32%

R = 27.23%
G = 4.46%
B = 68.32%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37098A (or 0x37098A) is known color: Persian Indigo. HEX triplet: 37, 09 and 8A. RGB value is (55,9,138). Sum of RGB (Red+Green+Blue) = 55+9+138=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #37098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37098A is #C8F675. Grayscale: #242424. Windows color (decimal): -13170294 or 9046327. OLE color: 9046327.

HSL color Cylindrical-coordinate representation of color #37098A: hue angle of 261.4º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37098A is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 9 138 -
CMYK 0.60 0.93 0 0.46
HSL 261.4º 0.88% 0.29% -
HSV(B) 261.4º 0.93% 0.54% -
XYZ 6.26 2.84 24.26 -
YUV 37.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 55 9 138 0.60 0.93 0 0.46 261.4 0.88 0.29
Hex 37 9 8A 3C 5D 0 2E 105 58 1D
Octal 67 11 212 74 135 0 56 405 130 35
Binary 110111 1001 10001010 111100 1011101 0 101110 100000101 1011000 11101

Color Harmonies of #37098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37098A

Black with #37098A

Text Example


Text Example

White with #37098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37098A; }

 p { color: rgb(55,9,138); }

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

background-color css

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

 a { background-color: rgb(55,9,138); }

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

border-color css

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

 span { border-color: rgb(55,9,138); }

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