Html Css Color HEX #302FE1 Persian Blue

📋 copy color: '#302FE1'

red 48 ◦ green 47 ◦ blue 225

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

Shades of Persian Blue #302FE1

Tints of Persian Blue #302FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

 BLUE value IS 225 (88.28% from 255) = 70.31%

R = 15%
G = 14.69%
B = 70.31%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#302FE1 (or 0x302FE1) is known color: Persian Blue. HEX triplet: 30, 2F and E1. RGB value is (48,47,225). Sum of RGB (Red+Green+Blue) = 48+47+225=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #302FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FE1 is #CFD01E. Grayscale: #424242. Windows color (decimal): -13619231 or 14757680. OLE color: 14757680.

HSL color Cylindrical-coordinate representation of color #302FE1: hue angle of 240.34º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302FE1 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 47 225 -
CMYK 0.79 0.79 0 0.12
HSL 240.34º 0.75% 0.53% -
HSV(B) 240.34º 0.79% 0.88% -
XYZ 15.83 8.1 71.96 -
YUV 67.59 216.83 114.03 -
System Red Green Blue C M Y K H S L
Decimal 48 47 225 0.79 0.79 0 0.12 240.34 0.75 0.53
Hex 30 2F E1 4F 4F 0 C F0 4B 35
Octal 60 57 341 117 117 0 14 360 113 65
Binary 110000 101111 11100001 1001111 1001111 0 1100 11110000 1001011 110101

Color Harmonies of #302FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302FE1

Black with #302FE1

Text Example


Text Example

White with #302FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,47,225); }

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

background-color css

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

 a { background-color: rgb(48,47,225); }

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

border-color css

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

 span { border-color: rgb(48,47,225); }

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