Html Css Color HEX #272CCC Persian Blue

📋 copy color: '#272CCC'

red 39 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #272CCC

Tints of Persian Blue #272CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 13.59%
G = 15.33%
B = 71.08%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#272CCC (or 0x272CCC) is known color: Persian Blue. HEX triplet: 27, 2C and CC. RGB value is (39,44,204). Sum of RGB (Red+Green+Blue) = 39+44+204=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #272CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CCC is #D8D333. Grayscale: #3C3C3C. Windows color (decimal): -14209844 or 13380647. OLE color: 13380647.

HSL color Cylindrical-coordinate representation of color #272CCC: hue angle of 238.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272CCC is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 44 204 -
CMYK 0.81 0.78 0 0.2
HSL 238.18º 0.68% 0.48% -
HSV(B) 238.18º 0.81% 0.8% -
XYZ 12.64 6.59 57.73 -
YUV 60.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 39 44 204 0.81 0.78 0 0.2 238.18 0.68 0.48
Hex 27 2C CC 51 4E 0 14 EE 44 30
Octal 47 54 314 121 116 0 24 356 104 60
Binary 100111 101100 11001100 1010001 1001110 0 10100 11101110 1000100 110000

Color Harmonies of #272CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CCC

Black with #272CCC

Text Example


Text Example

White with #272CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272CCC; }

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

 H1.HeaderClassName
 {
   color: #272CCC;
 }
 .AnyTagClassName
 {
   color: #272CCC;
 }
</style>

background-color css

<style>
 a { background-color: #272CCC; }

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

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

border-color css

<style>
 span { border-color: #272CCC; }

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

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