Html Css Color HEX #23027A Persian Indigo

📋 copy color: '#23027A'

red 35 ◦ green 2 ◦ blue 122

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

Shades of Persian Indigo #23027A

Tints of Persian Indigo #23027A

RGB

 RED value IS 35 (14.06% from 255) = 22.01%

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

 BLUE value IS 122 (48.05% from 255) = 76.73%

R = 22.01%
G = 1.26%
B = 76.73%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23027A (or 0x23027A) is known color: Persian Indigo. HEX triplet: 23, 02 and 7A. RGB value is (35,2,122). Sum of RGB (Red+Green+Blue) = 35+2+122=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #23027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23027A is #DCFD85. Grayscale: #191919. Windows color (decimal): -14482822 or 7995939. OLE color: 7995939.

HSL color Cylindrical-coordinate representation of color #23027A: hue angle of 256.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23027A is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 2 122 -
CMYK 0.71 0.98 0 0.52
HSL 256.5º 0.97% 0.24% -
HSV(B) 256.5º 0.98% 0.48% -
XYZ 4.23 1.81 18.54 -
YUV 25.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 35 2 122 0.71 0.98 0 0.52 256.5 0.97 0.24
Hex 23 2 7A 47 62 0 34 100 61 18
Octal 43 2 172 107 142 0 64 400 141 30
Binary 100011 10 1111010 1000111 1100010 0 110100 100000000 1100001 11000

Color Harmonies of #23027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23027A

Black with #23027A

Text Example


Text Example

White with #23027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23027A; }

 p { color: rgb(35,2,122); }

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

background-color css

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

 a { background-color: rgb(35,2,122); }

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

border-color css

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

 span { border-color: rgb(35,2,122); }

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