Html Css Color HEX #2F25CF Persian Blue

📋 copy color: '#2F25CF'

red 47 ◦ green 37 ◦ blue 207

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

Shades of Persian Blue #2F25CF

Tints of Persian Blue #2F25CF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

 BLUE value IS 207 (81.25% from 255) = 71.13%

R = 16.15%
G = 12.71%
B = 71.13%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F25CF (or 0x2F25CF) is known color: Persian Blue. HEX triplet: 2F, 25 and CF. RGB value is (47,37,207). Sum of RGB (Red+Green+Blue) = 47+37+207=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F25CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F25CF is #D0DA30. Grayscale: #3A3A3A. Windows color (decimal): -13687345 or 13575471. OLE color: 13575471.

HSL color Cylindrical-coordinate representation of color #2F25CF: hue angle of 243.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F25CF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 37 207 -
CMYK 0.77 0.82 0 0.19
HSL 243.53º 0.7% 0.48% -
HSV(B) 243.53º 0.82% 0.81% -
XYZ 13.1 6.43 59.58 -
YUV 59.37 211.31 119.18 -
System Red Green Blue C M Y K H S L
Decimal 47 37 207 0.77 0.82 0 0.19 243.53 0.7 0.48
Hex 2F 25 CF 4D 52 0 13 F4 46 30
Octal 57 45 317 115 122 0 23 364 106 60
Binary 101111 100101 11001111 1001101 1010010 0 10011 11110100 1000110 110000

Color Harmonies of #2F25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F25CF

Black with #2F25CF

Text Example


Text Example

White with #2F25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,207); }

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

background-color css

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

 a { background-color: rgb(47,37,207); }

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

border-color css

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

 span { border-color: rgb(47,37,207); }

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