Html Css Color HEX #271ECB Persian Blue

📋 copy color: '#271ECB'

red 39 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #271ECB

Tints of Persian Blue #271ECB

RGB

 RED value IS 39 (15.63% from 255) = 14.34%

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

 BLUE value IS 203 (79.69% from 255) = 74.63%

R = 14.34%
G = 11.03%
B = 74.63%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#271ECB (or 0x271ECB) is known color: Persian Blue. HEX triplet: 27, 1E and CB. RGB value is (39,30,203). Sum of RGB (Red+Green+Blue) = 39+30+203=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #271ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ECB is #D8E134. Grayscale: #333333. Windows color (decimal): -14213429 or 13311527. OLE color: 13311527.

HSL color Cylindrical-coordinate representation of color #271ECB: hue angle of 243.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271ECB is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 30 203 -
CMYK 0.81 0.85 0 0.20
HSL 243.12º 0.74% 0.46% -
HSV(B) 243.12º 0.85% 0.8% -
XYZ 12.08 5.67 56.96 -
YUV 52.41 212.98 118.43 -
System Red Green Blue C M Y K H S L
Decimal 39 30 203 0.81 0.85 0 0.20 243.12 0.74 0.46
Hex 27 1E CB 51 55 0 14 F3 4A 2E
Octal 47 36 313 121 125 0 24 363 112 56
Binary 100111 11110 11001011 1010001 1010101 0 10100 11110011 1001010 101110

Color Harmonies of #271ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271ECB

Black with #271ECB

Text Example


Text Example

White with #271ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271ECB; }

 p { color: rgb(39,30,203); }

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

background-color css

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

 a { background-color: rgb(39,30,203); }

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

border-color css

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

 span { border-color: rgb(39,30,203); }

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