Html Css Color HEX #271CCB Persian Blue

📋 copy color: '#271CCB'

red 39 ◦ green 28 ◦ blue 203

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

Shades of Persian Blue #271CCB

Tints of Persian Blue #271CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

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

R = 14.44%
G = 10.37%
B = 75.19%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#271CCB (or 0x271CCB) is known color: Persian Blue. HEX triplet: 27, 1C and CB. RGB value is (39,28,203). Sum of RGB (Red+Green+Blue) = 39+28+203=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #271CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CCB is #D8E334. Grayscale: #323232. Windows color (decimal): -14213941 or 13311015. OLE color: 13311015.

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

Color convert

RGB 39 28 203 -
CMYK 0.81 0.86 0 0.20
HSL 243.77º 0.76% 0.45% -
HSV(B) 243.77º 0.86% 0.8% -
XYZ 12.03 5.57 56.94 -
YUV 51.24 213.64 119.27 -
System Red Green Blue C M Y K H S L
Decimal 39 28 203 0.81 0.86 0 0.20 243.77 0.76 0.45
Hex 27 1C CB 51 56 0 14 F4 4C 2D
Octal 47 34 313 121 126 0 24 364 114 55
Binary 100111 11100 11001011 1010001 1010110 0 10100 11110100 1001100 101101

Color Harmonies of #271CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271CCB

Black with #271CCB

Text Example


Text Example

White with #271CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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