Html Css Color HEX #30168B Persian Indigo

📋 copy color: '#30168B'

red 48 ◦ green 22 ◦ blue 139

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

Shades of Persian Indigo #30168B

Tints of Persian Indigo #30168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

 BLUE value IS 139 (54.69% from 255) = 66.51%

R = 22.97%
G = 10.53%
B = 66.51%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30168B (or 0x30168B) is known color: Persian Indigo. HEX triplet: 30, 16 and 8B. RGB value is (48,22,139). Sum of RGB (Red+Green+Blue) = 48+22+139=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #30168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168B is #CFE974. Grayscale: #2A2A2A. Windows color (decimal): -13625717 or 9115184. OLE color: 9115184.

HSL color Cylindrical-coordinate representation of color #30168B: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30168B is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 22 139 -
CMYK 0.65 0.84 0 0.45
HSL 253.33º 0.73% 0.32% -
HSV(B) 253.33º 0.84% 0.55% -
XYZ 6.17 3.07 24.69 -
YUV 43.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 48 22 139 0.65 0.84 0 0.45 253.33 0.73 0.32
Hex 30 16 8B 41 54 0 2D FD 49 20
Octal 60 26 213 101 124 0 55 375 111 40
Binary 110000 10110 10001011 1000001 1010100 0 101101 11111101 1001001 100000

Color Harmonies of #30168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30168B

Black with #30168B

Text Example


Text Example

White with #30168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30168B; }

 p { color: rgb(48,22,139); }

 H1.HeaderClassName
 {
   color: #30168B;
 }
 .AnyTagClassName
 {
   color: #30168B;
 }
</style>

background-color css

<style>
 a { background-color: #30168B; }

 a { background-color: rgb(48,22,139); }

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

border-color css

<style>
 span { border-color: #30168B; }

 span { border-color: rgb(48,22,139); }

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