Html Css Color HEX #2F32CA Persian Blue

📋 copy color: '#2F32CA'

red 47 ◦ green 50 ◦ blue 202

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

Shades of Persian Blue #2F32CA

Tints of Persian Blue #2F32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 15.72%
G = 16.72%
B = 67.56%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F32CA (or 0x2F32CA) is known color: Persian Blue. HEX triplet: 2F, 32 and CA. RGB value is (47,50,202). Sum of RGB (Red+Green+Blue) = 47+50+202=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F32CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F32CA is #D0CD35. Grayscale: #414141. Windows color (decimal): -13684022 or 13251119. OLE color: 13251119.

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

Color convert

RGB 47 50 202 -
CMYK 0.77 0.75 0 0.21
HSL 238.84º 0.62% 0.49% -
HSV(B) 238.84º 0.77% 0.79% -
XYZ 12.97 7.15 56.57 -
YUV 66.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 47 50 202 0.77 0.75 0 0.21 238.84 0.62 0.49
Hex 2F 32 CA 4D 4B 0 15 EF 3E 31
Octal 57 62 312 115 113 0 25 357 76 61
Binary 101111 110010 11001010 1001101 1001011 0 10101 11101111 111110 110001

Color Harmonies of #2F32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F32CA

Black with #2F32CA

Text Example


Text Example

White with #2F32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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