Html Css Color HEX #302CAB Persian Blue

📋 copy color: '#302CAB'

red 48 ◦ green 44 ◦ blue 171

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

Shades of Persian Blue #302CAB

Tints of Persian Blue #302CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 18.25%
G = 16.73%
B = 65.02%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#302CAB (or 0x302CAB) is known color: Persian Blue. HEX triplet: 30, 2C and AB. RGB value is (48,44,171). Sum of RGB (Red+Green+Blue) = 48+44+171=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #302CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302CAB is #CFD354. Grayscale: #3B3B3B. Windows color (decimal): -13620053 or 11217968. OLE color: 11217968.

HSL color Cylindrical-coordinate representation of color #302CAB: hue angle of 241.89º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302CAB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 44 171 -
CMYK 0.72 0.74 0 0.33
HSL 241.89º 0.59% 0.42% -
HSV(B) 241.89º 0.74% 0.67% -
XYZ 9.47 5.37 39.07 -
YUV 59.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 48 44 171 0.72 0.74 0 0.33 241.89 0.59 0.42
Hex 30 2C AB 48 4A 0 21 F2 3B 2A
Octal 60 54 253 110 112 0 41 362 73 52
Binary 110000 101100 10101011 1001000 1001010 0 100001 11110010 111011 101010

Color Harmonies of #302CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302CAB

Black with #302CAB

Text Example


Text Example

White with #302CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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