Html Css Color HEX #371ECA Persian Blue

📋 copy color: '#371ECA'

red 55 ◦ green 30 ◦ blue 202

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

Shades of Persian Blue #371ECA

Tints of Persian Blue #371ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 202 (79.3% from 255) = 70.38%

R = 19.16%
G = 10.45%
B = 70.38%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#371ECA (or 0x371ECA) is known color: Persian Blue. HEX triplet: 37, 1E and CA. RGB value is (55,30,202). Sum of RGB (Red+Green+Blue) = 55+30+202=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #371ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ECA is #C8E135. Grayscale: #383838. Windows color (decimal): -13164854 or 13246007. OLE color: 13246007.

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

Color convert

RGB 55 30 202 -
CMYK 0.73 0.85 0 0.21
HSL 248.72º 0.74% 0.45% -
HSV(B) 248.72º 0.85% 0.79% -
XYZ 12.7 6.01 56.37 -
YUV 57.08 209.78 126.51 -
System Red Green Blue C M Y K H S L
Decimal 55 30 202 0.73 0.85 0 0.21 248.72 0.74 0.45
Hex 37 1E CA 49 55 0 15 F9 4A 2D
Octal 67 36 312 111 125 0 25 371 112 55
Binary 110111 11110 11001010 1001001 1010101 0 10101 11111001 1001010 101101

Color Harmonies of #371ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371ECA

Black with #371ECA

Text Example


Text Example

White with #371ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,30,202); }

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

background-color css

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

 a { background-color: rgb(55,30,202); }

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

border-color css

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

 span { border-color: rgb(55,30,202); }

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