Html Css Color HEX #371DB5 Persian Blue

📋 copy color: '#371DB5'

red 55 ◦ green 29 ◦ blue 181

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

Shades of Persian Blue #371DB5

Tints of Persian Blue #371DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

 BLUE value IS 181 (71.09% from 255) = 68.3%

R = 20.75%
G = 10.94%
B = 68.3%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#371DB5 (or 0x371DB5) is known color: Persian Blue. HEX triplet: 37, 1D and B5. RGB value is (55,29,181). Sum of RGB (Red+Green+Blue) = 55+29+181=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #371DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DB5 is #C8E24A. Grayscale: #353535. Windows color (decimal): -13165131 or 11869495. OLE color: 11869495.

HSL color Cylindrical-coordinate representation of color #371DB5: hue angle of 250.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371DB5 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 29 181 -
CMYK 0.70 0.84 0 0.29
HSL 250.26º 0.72% 0.41% -
HSV(B) 250.26º 0.84% 0.71% -
XYZ 10.36 5.03 44.14 -
YUV 54.1 199.61 128.64 -
System Red Green Blue C M Y K H S L
Decimal 55 29 181 0.70 0.84 0 0.29 250.26 0.72 0.41
Hex 37 1D B5 46 54 0 1D FA 48 29
Octal 67 35 265 106 124 0 35 372 110 51
Binary 110111 11101 10110101 1000110 1010100 0 11101 11111010 1001000 101001

Color Harmonies of #371DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DB5

Black with #371DB5

Text Example


Text Example

White with #371DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371DB5; }

 p { color: rgb(55,29,181); }

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

background-color css

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

 a { background-color: rgb(55,29,181); }

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

border-color css

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

 span { border-color: rgb(55,29,181); }

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