Html Css Color HEX #23067B Persian Indigo

📋 copy color: '#23067B'

red 35 ◦ green 6 ◦ blue 123

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

Shades of Persian Indigo #23067B

Tints of Persian Indigo #23067B

RGB

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

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

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

R = 21.34%
G = 3.66%
B = 75%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23067B (or 0x23067B) is known color: Persian Indigo. HEX triplet: 23, 06 and 7B. RGB value is (35,6,123). Sum of RGB (Red+Green+Blue) = 35+6+123=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #23067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23067B is #DCF984. Grayscale: #1B1B1B. Windows color (decimal): -14481797 or 8062499. OLE color: 8062499.

HSL color Cylindrical-coordinate representation of color #23067B: hue angle of 254.87º 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 #23067B is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 6 123 -
CMYK 0.72 0.95 0 0.52
HSL 254.87º 0.91% 0.25% -
HSV(B) 254.87º 0.95% 0.48% -
XYZ 4.33 1.92 18.88 -
YUV 28.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 35 6 123 0.72 0.95 0 0.52 254.87 0.91 0.25
Hex 23 6 7B 48 5F 0 34 FF 5B 19
Octal 43 6 173 110 137 0 64 377 133 31
Binary 100011 110 1111011 1001000 1011111 0 110100 11111111 1011011 11001

Color Harmonies of #23067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23067B

Black with #23067B

Text Example


Text Example

White with #23067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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