Html Css Color HEX #331ACB Persian Blue

📋 copy color: '#331ACB'

red 51 ◦ green 26 ◦ blue 203

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

Shades of Persian Blue #331ACB

Tints of Persian Blue #331ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.5%

R = 18.21%
G = 9.29%
B = 72.5%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#331ACB (or 0x331ACB) is known color: Persian Blue. HEX triplet: 33, 1A and CB. RGB value is (51,26,203). Sum of RGB (Red+Green+Blue) = 51+26+203=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #331ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ACB is #CCE534. Grayscale: #343434. Windows color (decimal): -13428021 or 13310515. OLE color: 13310515.

HSL color Cylindrical-coordinate representation of color #331ACB: hue angle of 248.47º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331ACB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 26 203 -
CMYK 0.75 0.87 0 0.20
HSL 248.47º 0.77% 0.45% -
HSV(B) 248.47º 0.87% 0.8% -
XYZ 12.51 5.75 56.95 -
YUV 53.65 212.28 126.11 -
System Red Green Blue C M Y K H S L
Decimal 51 26 203 0.75 0.87 0 0.20 248.47 0.77 0.45
Hex 33 1A CB 4B 57 0 14 F8 4D 2D
Octal 63 32 313 113 127 0 24 370 115 55
Binary 110011 11010 11001011 1001011 1010111 0 10100 11111000 1001101 101101

Color Harmonies of #331ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ACB

Black with #331ACB

Text Example


Text Example

White with #331ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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