Html Css Color HEX #30068E Persian Indigo

📋 copy color: '#30068E'

red 48 ◦ green 6 ◦ blue 142

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

Shades of Persian Indigo #30068E

Tints of Persian Indigo #30068E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.06%

 BLUE value IS 142 (55.86% from 255) = 72.45%

R = 24.49%
G = 3.06%
B = 72.45%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30068E (or 0x30068E) is known color: Persian Indigo. HEX triplet: 30, 06 and 8E. RGB value is (48,6,142). Sum of RGB (Red+Green+Blue) = 48+6+142=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #30068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30068E is #CFF971. Grayscale: #212121. Windows color (decimal): -13629810 or 9307696. OLE color: 9307696.

HSL color Cylindrical-coordinate representation of color #30068E: hue angle of 258.53º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30068E is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 6 142 -
CMYK 0.66 0.96 0 0.44
HSL 258.53º 0.92% 0.29% -
HSV(B) 258.53º 0.96% 0.56% -
XYZ 6.17 2.71 25.79 -
YUV 34.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 48 6 142 0.66 0.96 0 0.44 258.53 0.92 0.29
Hex 30 6 8E 42 60 0 2C 103 5C 1D
Octal 60 6 216 102 140 0 54 403 134 35
Binary 110000 110 10001110 1000010 1100000 0 101100 100000011 1011100 11101

Color Harmonies of #30068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30068E

Black with #30068E

Text Example


Text Example

White with #30068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30068E; }

 p { color: rgb(48,6,142); }

 H1.HeaderClassName
 {
   color: #30068E;
 }
 .AnyTagClassName
 {
   color: #30068E;
 }
</style>

background-color css

<style>
 a { background-color: #30068E; }

 a { background-color: rgb(48,6,142); }

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

border-color css

<style>
 span { border-color: #30068E; }

 span { border-color: rgb(48,6,142); }

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