Html Css Color HEX #371BBB Persian Blue

📋 copy color: '#371BBB'

red 55 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #371BBB

Tints of Persian Blue #371BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 20.45%
G = 10.04%
B = 69.52%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#371BBB (or 0x371BBB) is known color: Persian Blue. HEX triplet: 37, 1B and BB. RGB value is (55,27,187). Sum of RGB (Red+Green+Blue) = 55+27+187=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #371BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BBB is #C8E444. Grayscale: #353535. Windows color (decimal): -13165637 or 12262199. OLE color: 12262199.

HSL color Cylindrical-coordinate representation of color #371BBB: hue angle of 250.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371BBB is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 27 187 -
CMYK 0.71 0.86 0 0.27
HSL 250.5º 0.75% 0.42% -
HSV(B) 250.5º 0.86% 0.73% -
XYZ 10.94 5.18 47.44 -
YUV 53.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 55 27 187 0.71 0.86 0 0.27 250.5 0.75 0.42
Hex 37 1B BB 47 56 0 1B FB 4B 2A
Octal 67 33 273 107 126 0 33 373 113 52
Binary 110111 11011 10111011 1000111 1010110 0 11011 11111011 1001011 101010

Color Harmonies of #371BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BBB

Black with #371BBB

Text Example


Text Example

White with #371BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,187); }

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

background-color css

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

 a { background-color: rgb(55,27,187); }

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

border-color css

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

 span { border-color: rgb(55,27,187); }

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