Html Css Color HEX #331ACF Persian Blue

📋 copy color: '#331ACF'

red 51 ◦ green 26 ◦ blue 207

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

Shades of Persian Blue #331ACF

Tints of Persian Blue #331ACF

RGB

 RED value IS 51 (20.31% from 255) = 17.96%

 GREEN value IS 26 (10.55% from 255) = 9.15%

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

R = 17.96%
G = 9.15%
B = 72.89%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#331ACF (or 0x331ACF) is known color: Persian Blue. HEX triplet: 33, 1A and CF. RGB value is (51,26,207). Sum of RGB (Red+Green+Blue) = 51+26+207=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #331ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ACF is #CCE530. Grayscale: #353535. Windows color (decimal): -13428017 or 13572659. OLE color: 13572659.

HSL color Cylindrical-coordinate representation of color #331ACF: hue angle of 248.29º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331ACF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 26 207 -
CMYK 0.75 0.87 0 0.19
HSL 248.29º 0.78% 0.46% -
HSV(B) 248.29º 0.87% 0.81% -
XYZ 13 5.95 59.49 -
YUV 54.11 214.28 125.78 -
System Red Green Blue C M Y K H S L
Decimal 51 26 207 0.75 0.87 0 0.19 248.29 0.78 0.46
Hex 33 1A CF 4B 57 0 13 F8 4E 2E
Octal 63 32 317 113 127 0 23 370 116 56
Binary 110011 11010 11001111 1001011 1010111 0 10011 11111000 1001110 101110

Color Harmonies of #331ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ACF

Black with #331ACF

Text Example


Text Example

White with #331ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331ACF; }

 p { color: rgb(51,26,207); }

 H1.HeaderClassName
 {
   color: #331ACF;
 }
 .AnyTagClassName
 {
   color: #331ACF;
 }
</style>

background-color css

<style>
 a { background-color: #331ACF; }

 a { background-color: rgb(51,26,207); }

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

border-color css

<style>
 span { border-color: #331ACF; }

 span { border-color: rgb(51,26,207); }

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