Html Css Color HEX #271FCC Persian Blue

📋 copy color: '#271FCC'

red 39 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #271FCC

Tints of Persian Blue #271FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 14.23%
G = 11.31%
B = 74.45%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#271FCC (or 0x271FCC) is known color: Persian Blue. HEX triplet: 27, 1F and CC. RGB value is (39,31,204). Sum of RGB (Red+Green+Blue) = 39+31+204=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #271FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FCC is #D8E033. Grayscale: #343434. Windows color (decimal): -14213172 or 13377319. OLE color: 13377319.

HSL color Cylindrical-coordinate representation of color #271FCC: hue angle of 242.77º 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 #271FCC is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 31 204 -
CMYK 0.81 0.85 0 0.2
HSL 242.77º 0.74% 0.46% -
HSV(B) 242.77º 0.85% 0.8% -
XYZ 12.23 5.77 57.6 -
YUV 53.11 213.15 117.93 -
System Red Green Blue C M Y K H S L
Decimal 39 31 204 0.81 0.85 0 0.2 242.77 0.74 0.46
Hex 27 1F CC 51 55 0 14 F3 4A 2E
Octal 47 37 314 121 125 0 24 363 112 56
Binary 100111 11111 11001100 1010001 1010101 0 10100 11110011 1001010 101110

Color Harmonies of #271FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FCC

Black with #271FCC

Text Example


Text Example

White with #271FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,31,204); }

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

background-color css

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

 a { background-color: rgb(39,31,204); }

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

border-color css

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

 span { border-color: rgb(39,31,204); }

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