Html Css Color HEX #2F1CCC Persian Blue

📋 copy color: '#2F1CCC'

red 47 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #2F1CCC

Tints of Persian Blue #2F1CCC

RGB

 RED value IS 47 (18.75% from 255) = 16.85%

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

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

R = 16.85%
G = 10.04%
B = 73.12%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2F1CCC (or 0x2F1CCC) is known color: Persian Blue. HEX triplet: 2F, 1C and CC. RGB value is (47,28,204). Sum of RGB (Red+Green+Blue) = 47+28+204=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1CCC is #D0E333. Grayscale: #353535. Windows color (decimal): -13689652 or 13376559. OLE color: 13376559.

HSL color Cylindrical-coordinate representation of color #2F1CCC: hue angle of 246.48º 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 #2F1CCC is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 28 204 -
CMYK 0.77 0.86 0 0.2
HSL 246.48º 0.76% 0.45% -
HSV(B) 246.48º 0.86% 0.8% -
XYZ 12.49 5.79 57.59 -
YUV 53.75 212.79 123.19 -
System Red Green Blue C M Y K H S L
Decimal 47 28 204 0.77 0.86 0 0.2 246.48 0.76 0.45
Hex 2F 1C CC 4D 56 0 14 F6 4C 2D
Octal 57 34 314 115 126 0 24 366 114 55
Binary 101111 11100 11001100 1001101 1010110 0 10100 11110110 1001100 101101

Color Harmonies of #2F1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1CCC

Black with #2F1CCC

Text Example


Text Example

White with #2F1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1CCC; }

 p { color: rgb(47,28,204); }

 H1.HeaderClassName
 {
   color: #2F1CCC;
 }
 .AnyTagClassName
 {
   color: #2F1CCC;
 }
</style>

background-color css

<style>
 a { background-color: #2F1CCC; }

 a { background-color: rgb(47,28,204); }

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

border-color css

<style>
 span { border-color: #2F1CCC; }

 span { border-color: rgb(47,28,204); }

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