Html Css Color HEX #302CA7 Persian Blue

📋 copy color: '#302CA7'

red 48 ◦ green 44 ◦ blue 167

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

Shades of Persian Blue #302CA7

Tints of Persian Blue #302CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.48%

R = 18.53%
G = 16.99%
B = 64.48%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#302CA7 (or 0x302CA7) is known color: Persian Blue. HEX triplet: 30, 2C and A7. RGB value is (48,44,167). Sum of RGB (Red+Green+Blue) = 48+44+167=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #302CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302CA7 is #CFD358. Grayscale: #3A3A3A. Windows color (decimal): -13620057 or 10955824. OLE color: 10955824.

HSL color Cylindrical-coordinate representation of color #302CA7: hue angle of 241.95º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302CA7 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 44 167 -
CMYK 0.71 0.74 0 0.35
HSL 241.95º 0.58% 0.41% -
HSV(B) 241.95º 0.74% 0.65% -
XYZ 9.09 5.22 37.09 -
YUV 59.22 188.83 120 -
System Red Green Blue C M Y K H S L
Decimal 48 44 167 0.71 0.74 0 0.35 241.95 0.58 0.41
Hex 30 2C A7 47 4A 0 23 F2 3A 29
Octal 60 54 247 107 112 0 43 362 72 51
Binary 110000 101100 10100111 1000111 1001010 0 100011 11110010 111010 101001

Color Harmonies of #302CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302CA7

Black with #302CA7

Text Example


Text Example

White with #302CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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