Html Css Color HEX #331BCF Persian Blue

📋 copy color: '#331BCF'

red 51 ◦ green 27 ◦ blue 207

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

Shades of Persian Blue #331BCF

Tints of Persian Blue #331BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 17.89%
G = 9.47%
B = 72.63%

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

#331BCF (or 0x331BCF) is known color: Persian Blue. HEX triplet: 33, 1B and CF. RGB value is (51,27,207). Sum of RGB (Red+Green+Blue) = 51+27+207=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #331BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BCF is #CCE430. Grayscale: #363636. Windows color (decimal): -13427761 or 13572915. OLE color: 13572915.

HSL color Cylindrical-coordinate representation of color #331BCF: hue angle of 248º degrees, saturation: 0.77, 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 #331BCF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 27 207 -
CMYK 0.75 0.87 0 0.19
HSL 248º 0.77% 0.46% -
HSV(B) 248º 0.87% 0.81% -
XYZ 13.02 5.99 59.5 -
YUV 54.7 213.95 125.36 -
System Red Green Blue C M Y K H S L
Decimal 51 27 207 0.75 0.87 0 0.19 248 0.77 0.46
Hex 33 1B CF 4B 57 0 13 F8 4D 2E
Octal 63 33 317 113 127 0 23 370 115 56
Binary 110011 11011 11001111 1001011 1010111 0 10011 11111000 1001101 101110

Color Harmonies of #331BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BCF

Black with #331BCF

Text Example


Text Example

White with #331BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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