Html Css Color HEX #370265 Persian Indigo

📋 copy color: '#370265'

red 55 ◦ green 2 ◦ blue 101

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

Shades of Persian Indigo #370265

Tints of Persian Indigo #370265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 101 (39.84% from 255) = 63.92%

R = 34.81%
G = 1.27%
B = 63.92%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#370265 (or 0x370265) is known color: Persian Indigo. HEX triplet: 37, 02 and 65. RGB value is (55,2,101). Sum of RGB (Red+Green+Blue) = 55+2+101=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #370265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370265 is #C8FD9A. Grayscale: #1C1C1C. Windows color (decimal): -13172123 or 6619703. OLE color: 6619703.

HSL color Cylindrical-coordinate representation of color #370265: hue angle of 272.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370265 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 2 101 -
CMYK 0.46 0.98 0 0.60
HSL 272.12º 0.96% 0.2% -
HSV(B) 272.12º 0.98% 0.4% -
XYZ 3.95 1.8 12.45 -
YUV 29.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 55 2 101 0.46 0.98 0 0.60 272.12 0.96 0.2
Hex 37 2 65 2E 62 0 3C 110 60 14
Octal 67 2 145 56 142 0 74 420 140 24
Binary 110111 10 1100101 101110 1100010 0 111100 100010000 1100000 10100

Color Harmonies of #370265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370265

Black with #370265

Text Example


Text Example

White with #370265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370265; }

 p { color: rgb(55,2,101); }

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

background-color css

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

 a { background-color: rgb(55,2,101); }

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

border-color css

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

 span { border-color: rgb(55,2,101); }

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