Html Css Color HEX #332EDA Persian Blue

📋 copy color: '#332EDA'

red 51 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #332EDA

Tints of Persian Blue #332EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

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

R = 16.19%
G = 14.6%
B = 69.21%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#332EDA (or 0x332EDA) is known color: Persian Blue. HEX triplet: 33, 2E and DA. RGB value is (51,46,218). Sum of RGB (Red+Green+Blue) = 51+46+218=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #332EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EDA is #CCD125. Grayscale: #424242. Windows color (decimal): -13422886 or 14298675. OLE color: 14298675.

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

Color convert

RGB 51 46 218 -
CMYK 0.77 0.79 0 0.15
HSL 241.74º 0.7% 0.52% -
HSV(B) 241.74º 0.79% 0.85% -
XYZ 15 7.72 67.03 -
YUV 67.1 213.16 116.51 -
System Red Green Blue C M Y K H S L
Decimal 51 46 218 0.77 0.79 0 0.15 241.74 0.7 0.52
Hex 33 2E DA 4D 4F 0 F F2 46 34
Octal 63 56 332 115 117 0 17 362 106 64
Binary 110011 101110 11011010 1001101 1001111 0 1111 11110010 1000110 110100

Color Harmonies of #332EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EDA

Black with #332EDA

Text Example


Text Example

White with #332EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332EDA; }

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

 H1.HeaderClassName
 {
   color: #332EDA;
 }
 .AnyTagClassName
 {
   color: #332EDA;
 }
</style>

background-color css

<style>
 a { background-color: #332EDA; }

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

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

border-color css

<style>
 span { border-color: #332EDA; }

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

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