Html Css Color HEX #3325CD Persian Blue

📋 copy color: '#3325CD'

red 51 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #3325CD

Tints of Persian Blue #3325CD

RGB

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

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

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

R = 17.41%
G = 12.63%
B = 69.97%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3325CD (or 0x3325CD) is known color: Persian Blue. HEX triplet: 33, 25 and CD. RGB value is (51,37,205). Sum of RGB (Red+Green+Blue) = 51+37+205=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #3325CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3325CD is #CCDA32. Grayscale: #3B3B3B. Windows color (decimal): -13425203 or 13444403. OLE color: 13444403.

HSL color Cylindrical-coordinate representation of color #3325CD: hue angle of 245º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3325CD is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 37 205 -
CMYK 0.75 0.82 0 0.20
HSL 245º 0.69% 0.47% -
HSV(B) 245º 0.82% 0.8% -
XYZ 13.05 6.43 58.31 -
YUV 60.34 209.64 121.34 -
System Red Green Blue C M Y K H S L
Decimal 51 37 205 0.75 0.82 0 0.20 245 0.69 0.47
Hex 33 25 CD 4B 52 0 14 F5 45 2F
Octal 63 45 315 113 122 0 24 365 105 57
Binary 110011 100101 11001101 1001011 1010010 0 10100 11110101 1000101 101111

Color Harmonies of #3325CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3325CD

Black with #3325CD

Text Example


Text Example

White with #3325CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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