Html Css Color HEX #272CCD Persian Blue

📋 copy color: '#272CCD'

red 39 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #272CCD

Tints of Persian Blue #272CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 13.54%
G = 15.28%
B = 71.18%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#272CCD (or 0x272CCD) is known color: Persian Blue. HEX triplet: 27, 2C and CD. RGB value is (39,44,205). Sum of RGB (Red+Green+Blue) = 39+44+205=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #272CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CCD is #D8D332. Grayscale: #3C3C3C. Windows color (decimal): -14209843 or 13446183. OLE color: 13446183.

HSL color Cylindrical-coordinate representation of color #272CCD: hue angle of 238.19º 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 #272CCD is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 44 205 -
CMYK 0.81 0.79 0 0.20
HSL 238.19º 0.68% 0.48% -
HSV(B) 238.19º 0.81% 0.8% -
XYZ 12.76 6.64 58.37 -
YUV 60.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 39 44 205 0.81 0.79 0 0.20 238.19 0.68 0.48
Hex 27 2C CD 51 4F 0 14 EE 44 30
Octal 47 54 315 121 117 0 24 356 104 60
Binary 100111 101100 11001101 1010001 1001111 0 10100 11101110 1000100 110000

Color Harmonies of #272CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CCD

Black with #272CCD

Text Example


Text Example

White with #272CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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