Html Css Color HEX #2F2DCA Persian Blue

📋 copy color: '#2F2DCA'

red 47 ◦ green 45 ◦ blue 202

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

Shades of Persian Blue #2F2DCA

Tints of Persian Blue #2F2DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 202 (79.3% from 255) = 68.71%

R = 15.99%
G = 15.31%
B = 68.71%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F2DCA (or 0x2F2DCA) is known color: Persian Blue. HEX triplet: 2F, 2D and CA. RGB value is (47,45,202). Sum of RGB (Red+Green+Blue) = 47+45+202=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F2DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2DCA is #D0D235. Grayscale: #3E3E3E. Windows color (decimal): -13685302 or 13249839. OLE color: 13249839.

HSL color Cylindrical-coordinate representation of color #2F2DCA: hue angle of 240.76º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F2DCA is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 45 202 -
CMYK 0.77 0.78 0 0.21
HSL 240.76º 0.64% 0.48% -
HSV(B) 240.76º 0.78% 0.79% -
XYZ 12.77 6.75 56.51 -
YUV 63.5 206.16 116.23 -
System Red Green Blue C M Y K H S L
Decimal 47 45 202 0.77 0.78 0 0.21 240.76 0.64 0.48
Hex 2F 2D CA 4D 4E 0 15 F1 40 30
Octal 57 55 312 115 116 0 25 361 100 60
Binary 101111 101101 11001010 1001101 1001110 0 10101 11110001 1000000 110000

Color Harmonies of #2F2DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2DCA

Black with #2F2DCA

Text Example


Text Example

White with #2F2DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,45,202); }

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

background-color css

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

 a { background-color: rgb(47,45,202); }

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

border-color css

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

 span { border-color: rgb(47,45,202); }

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