Html Css Color HEX #3315CD Persian Blue

📋 copy color: '#3315CD'

red 51 ◦ green 21 ◦ blue 205

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

Shades of Persian Blue #3315CD

Tints of Persian Blue #3315CD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

 BLUE value IS 205 (80.47% from 255) = 74.01%

R = 18.41%
G = 7.58%
B = 74.01%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3315CD (or 0x3315CD) is known color: Persian Blue. HEX triplet: 33, 15 and CD. RGB value is (51,21,205). Sum of RGB (Red+Green+Blue) = 51+21+205=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #3315CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315CD is #CCEA32. Grayscale: #323232. Windows color (decimal): -13429299 or 13440307. OLE color: 13440307.

HSL color Cylindrical-coordinate representation of color #3315CD: hue angle of 249.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3315CD is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 21 205 -
CMYK 0.75 0.90 0 0.20
HSL 249.78º 0.81% 0.44% -
HSV(B) 249.78º 0.9% 0.8% -
XYZ 12.65 5.65 58.18 -
YUV 50.95 214.94 128.04 -
System Red Green Blue C M Y K H S L
Decimal 51 21 205 0.75 0.90 0 0.20 249.78 0.81 0.44
Hex 33 15 CD 4B 5A 0 14 FA 51 2C
Octal 63 25 315 113 132 0 24 372 121 54
Binary 110011 10101 11001101 1001011 1011010 0 10100 11111010 1010001 101100

Color Harmonies of #3315CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315CD

Black with #3315CD

Text Example


Text Example

White with #3315CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3315CD; }

 p { color: rgb(51,21,205); }

 H1.HeaderClassName
 {
   color: #3315CD;
 }
 .AnyTagClassName
 {
   color: #3315CD;
 }
</style>

background-color css

<style>
 a { background-color: #3315CD; }

 a { background-color: rgb(51,21,205); }

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

border-color css

<style>
 span { border-color: #3315CD; }

 span { border-color: rgb(51,21,205); }

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