Html Css Color HEX #302CD7 Persian Blue

📋 copy color: '#302CD7'

red 48 ◦ green 44 ◦ blue 215

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

Shades of Persian Blue #302CD7

Tints of Persian Blue #302CD7

RGB

 RED value IS 48 (19.14% from 255) = 15.64%

 GREEN value IS 44 (17.58% from 255) = 14.33%

 BLUE value IS 215 (84.38% from 255) = 70.03%

R = 15.64%
G = 14.33%
B = 70.03%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#302CD7 (or 0x302CD7) is known color: Persian Blue. HEX triplet: 30, 2C and D7. RGB value is (48,44,215). Sum of RGB (Red+Green+Blue) = 48+44+215=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 215 (84.38% from 255 or 70.03% from 307); Max value from RGB is 215 - color contains mainly: blue. Hex color #302CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CD7 is #CFD328. Grayscale: #404040. Windows color (decimal): -13620009 or 14101552. OLE color: 14101552.

HSL color Cylindrical-coordinate representation of color #302CD7: hue angle of 241.4º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302CD7 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 44 215 -
CMYK 0.78 0.80 0 0.16
HSL 241.4º 0.68% 0.51% -
HSV(B) 241.4º 0.8% 0.84% -
XYZ 14.39 7.34 64.95 -
YUV 64.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 48 44 215 0.78 0.80 0 0.16 241.4 0.68 0.51
Hex 30 2C D7 4E 50 0 10 F1 44 33
Octal 60 54 327 116 120 0 20 361 104 63
Binary 110000 101100 11010111 1001110 1010000 0 10000 11110001 1000100 110011

Color Harmonies of #302CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302CD7

Black with #302CD7

Text Example


Text Example

White with #302CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302CD7; }

 p { color: rgb(48,44,215); }

 H1.HeaderClassName
 {
   color: #302CD7;
 }
 .AnyTagClassName
 {
   color: #302CD7;
 }
</style>

background-color css

<style>
 a { background-color: #302CD7; }

 a { background-color: rgb(48,44,215); }

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

border-color css

<style>
 span { border-color: #302CD7; }

 span { border-color: rgb(48,44,215); }

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