Html Css Color HEX #302BAB Persian Blue

📋 copy color: '#302BAB'

red 48 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #302BAB

Tints of Persian Blue #302BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.41%

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

R = 18.32%
G = 16.41%
B = 65.27%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#302BAB (or 0x302BAB) is known color: Persian Blue. HEX triplet: 30, 2B and AB. RGB value is (48,43,171). Sum of RGB (Red+Green+Blue) = 48+43+171=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #302BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302BAB is #CFD454. Grayscale: #3A3A3A. Windows color (decimal): -13620309 or 11217712. OLE color: 11217712.

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

Color convert

RGB 48 43 171 -
CMYK 0.72 0.75 0 0.33
HSL 242.34º 0.6% 0.42% -
HSV(B) 242.34º 0.75% 0.67% -
XYZ 9.43 5.3 39.05 -
YUV 59.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 48 43 171 0.72 0.75 0 0.33 242.34 0.6 0.42
Hex 30 2B AB 48 4B 0 21 F2 3C 2A
Octal 60 53 253 110 113 0 41 362 74 52
Binary 110000 101011 10101011 1001000 1001011 0 100001 11110010 111100 101010

Color Harmonies of #302BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BAB

Black with #302BAB

Text Example


Text Example

White with #302BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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