Html Css Color HEX #3330DA Persian Blue

📋 copy color: '#3330DA'

red 51 ◦ green 48 ◦ blue 218

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

Shades of Persian Blue #3330DA

Tints of Persian Blue #3330DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 16.09%
G = 15.14%
B = 68.77%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3330DA (or 0x3330DA) is known color: Persian Blue. HEX triplet: 33, 30 and DA. RGB value is (51,48,218). Sum of RGB (Red+Green+Blue) = 51+48+218=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #3330DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3330DA is #CCCF25. Grayscale: #434343. Windows color (decimal): -13422374 or 14299187. OLE color: 14299187.

HSL color Cylindrical-coordinate representation of color #3330DA: hue angle of 241.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3330DA is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 48 218 -
CMYK 0.77 0.78 0 0.15
HSL 241.06º 0.7% 0.52% -
HSV(B) 241.06º 0.78% 0.85% -
XYZ 15.08 7.88 67.06 -
YUV 68.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 51 48 218 0.77 0.78 0 0.15 241.06 0.7 0.52
Hex 33 30 DA 4D 4E 0 F F1 46 34
Octal 63 60 332 115 116 0 17 361 106 64
Binary 110011 110000 11011010 1001101 1001110 0 1111 11110001 1000110 110100

Color Harmonies of #3330DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3330DA

Black with #3330DA

Text Example


Text Example

White with #3330DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3330DA; }

 p { color: rgb(51,48,218); }

 H1.HeaderClassName
 {
   color: #3330DA;
 }
 .AnyTagClassName
 {
   color: #3330DA;
 }
</style>

background-color css

<style>
 a { background-color: #3330DA; }

 a { background-color: rgb(51,48,218); }

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

border-color css

<style>
 span { border-color: #3330DA; }

 span { border-color: rgb(51,48,218); }

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