Html Css Color HEX #300267 Persian Indigo

📋 copy color: '#300267'

red 48 ◦ green 2 ◦ blue 103

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

Shades of Persian Indigo #300267

Tints of Persian Indigo #300267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 103 (40.63% from 255) = 67.32%

R = 31.37%
G = 1.31%
B = 67.32%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#300267 (or 0x300267) is known color: Persian Indigo. HEX triplet: 30, 02 and 67. RGB value is (48,2,103). Sum of RGB (Red+Green+Blue) = 48+2+103=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #300267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300267 is #CFFD98. Grayscale: #1A1A1A. Windows color (decimal): -13630873 or 6750768. OLE color: 6750768.

HSL color Cylindrical-coordinate representation of color #300267: hue angle of 267.33º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300267 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 2 103 -
CMYK 0.53 0.98 0 0.60
HSL 267.33º 0.96% 0.21% -
HSV(B) 267.33º 0.98% 0.4% -
XYZ 3.69 1.65 12.96 -
YUV 27.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 48 2 103 0.53 0.98 0 0.60 267.33 0.96 0.21
Hex 30 2 67 35 62 0 3C 10B 60 15
Octal 60 2 147 65 142 0 74 413 140 25
Binary 110000 10 1100111 110101 1100010 0 111100 100001011 1100000 10101

Color Harmonies of #300267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300267

Black with #300267

Text Example


Text Example

White with #300267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300267; }

 p { color: rgb(48,2,103); }

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

background-color css

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

 a { background-color: rgb(48,2,103); }

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

border-color css

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

 span { border-color: rgb(48,2,103); }

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