Html Css Color HEX #371FCF Persian Blue

📋 copy color: '#371FCF'

red 55 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #371FCF

Tints of Persian Blue #371FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.58%

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 18.77%
G = 10.58%
B = 70.65%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#371FCF (or 0x371FCF) is known color: Persian Blue. HEX triplet: 37, 1F and CF. RGB value is (55,31,207). Sum of RGB (Red+Green+Blue) = 55+31+207=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #371FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FCF is #C8E030. Grayscale: #393939. Windows color (decimal): -13164593 or 13573943. OLE color: 13573943.

HSL color Cylindrical-coordinate representation of color #371FCF: hue angle of 248.18º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371FCF is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 31 207 -
CMYK 0.73 0.85 0 0.19
HSL 248.18º 0.74% 0.47% -
HSV(B) 248.18º 0.85% 0.81% -
XYZ 13.33 6.3 59.54 -
YUV 58.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 55 31 207 0.73 0.85 0 0.19 248.18 0.74 0.47
Hex 37 1F CF 49 55 0 13 F8 4A 2F
Octal 67 37 317 111 125 0 23 370 112 57
Binary 110111 11111 11001111 1001001 1010101 0 10011 11111000 1001010 101111

Color Harmonies of #371FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FCF

Black with #371FCF

Text Example


Text Example

White with #371FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,207); }

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

background-color css

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

 a { background-color: rgb(55,31,207); }

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

border-color css

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

 span { border-color: rgb(55,31,207); }

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