Html Css Color HEX #23007B Persian Indigo

📋 copy color: '#23007B'

red 35 ◦ green 0 ◦ blue 123

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

Shades of Persian Indigo #23007B

Tints of Persian Indigo #23007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.15%
G = 0%
B = 77.85%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23007B (or 0x23007B) is known color: Persian Indigo. HEX triplet: 23, 00 and 7B. RGB value is (35,0,123). Sum of RGB (Red+Green+Blue) = 35+0+123=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #23007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23007B is #DCFF84. Grayscale: #181818. Windows color (decimal): -14483333 or 8060963. OLE color: 8060963.

HSL color Cylindrical-coordinate representation of color #23007B: hue angle of 257.07º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23007B is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 0 123 -
CMYK 0.72 1 0 0.52
HSL 257.07º 1% 0.24% -
HSV(B) 257.07º 1% 0.48% -
XYZ 4.27 1.79 18.86 -
YUV 24.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 35 0 123 0.72 1 0 0.52 257.07 1 0.24
Hex 23 0 7B 48 64 0 34 101 64 18
Octal 43 0 173 110 144 0 64 401 144 30
Binary 100011 0 1111011 1001000 1100100 0 110100 100000001 1100100 11000

Color Harmonies of #23007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23007B

Black with #23007B

Text Example


Text Example

White with #23007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,0,123); }

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

background-color css

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

 a { background-color: rgb(35,0,123); }

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

border-color css

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

 span { border-color: rgb(35,0,123); }

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