Html Css Color HEX #30067B Persian Indigo

📋 copy color: '#30067B'

red 48 ◦ green 6 ◦ blue 123

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

Shades of Persian Indigo #30067B

Tints of Persian Indigo #30067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 69.49%

R = 27.12%
G = 3.39%
B = 69.49%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30067B (or 0x30067B) is known color: Persian Indigo. HEX triplet: 30, 06 and 7B. RGB value is (48,6,123). Sum of RGB (Red+Green+Blue) = 48+6+123=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #30067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30067B is #CFF984. Grayscale: #1F1F1F. Windows color (decimal): -13629829 or 8062512. OLE color: 8062512.

HSL color Cylindrical-coordinate representation of color #30067B: hue angle of 261.54º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30067B is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 6 123 -
CMYK 0.61 0.95 0 0.52
HSL 261.54º 0.91% 0.25% -
HSV(B) 261.54º 0.95% 0.48% -
XYZ 4.86 2.19 18.91 -
YUV 31.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 48 6 123 0.61 0.95 0 0.52 261.54 0.91 0.25
Hex 30 6 7B 3D 5F 0 34 106 5B 19
Octal 60 6 173 75 137 0 64 406 133 31
Binary 110000 110 1111011 111101 1011111 0 110100 100000110 1011011 11001

Color Harmonies of #30067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30067B

Black with #30067B

Text Example


Text Example

White with #30067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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