Html Css Color HEX #272FCD Persian Blue

📋 copy color: '#272FCD'

red 39 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #272FCD

Tints of Persian Blue #272FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 13.4%
G = 16.15%
B = 70.45%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#272FCD (or 0x272FCD) is known color: Persian Blue. HEX triplet: 27, 2F and CD. RGB value is (39,47,205). Sum of RGB (Red+Green+Blue) = 39+47+205=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #272FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FCD is #D8D032. Grayscale: #3D3D3D. Windows color (decimal): -14209075 or 13446951. OLE color: 13446951.

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

Color convert

RGB 39 47 205 -
CMYK 0.81 0.77 0 0.20
HSL 237.11º 0.68% 0.48% -
HSV(B) 237.11º 0.81% 0.8% -
XYZ 12.87 6.87 58.41 -
YUV 62.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 39 47 205 0.81 0.77 0 0.20 237.11 0.68 0.48
Hex 27 2F CD 51 4D 0 14 ED 44 30
Octal 47 57 315 121 115 0 24 355 104 60
Binary 100111 101111 11001101 1010001 1001101 0 10100 11101101 1000100 110000

Color Harmonies of #272FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272FCD

Black with #272FCD

Text Example


Text Example

White with #272FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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